home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / comm / tcp / SimpleFTP.lha / SimpleFTP / Install < prev    next >
Encoding:
Text File  |  1999-12-04  |  4.2 KB  |  181 lines

  1. ; Installer Script for SimpleFTP
  2. ; $VER: Install v1.1 (04.12.99)
  3.  
  4. (set #install-docs
  5. (cat "Install documentation?\n"
  6. ))
  7.  
  8. (set #select-lang
  9. (cat "Select language:"
  10. ))
  11.  
  12. (set #not-installed
  13. (cat "\nSimpleFTP has NOT been installed.\n"
  14. ))
  15.  
  16. (set #goodbye
  17. (cat "\nInstallation of SimpleFTP is complete.\n\n"
  18.      "If you have used a version previous to v1.83,\n"
  19.      "but after v1.80, it is important that you run\n"
  20.      "the SiteConverter tool to update your saved\n"
  21.      "list of favourite FTP sites.\n"
  22.      "(Copy it to your SimpleFTP directory first)"
  23. ))
  24.  
  25. (set #select-dir
  26. (cat "Please select somewhere to install SimpleFTP\n"
  27.      "(A directory is NOT created for you)"
  28. ))
  29.  
  30. (set #my-address
  31. (cat "\nContact Information\n\n"
  32.      "Author: Rick Hodger\n"
  33.      "e-Mail: rick@thehub.u-net.com\n"
  34.      "Bugs: bugs@thehub.u-net.com\n"
  35.      "Web: http://www.thehub.u-net.com\n"
  36. ))
  37.  
  38. (set #copyright
  39. (cat "\nSimpleFTP is (C) Copyright 1998-1999 Rick Hodger\n"
  40.      "Written by Rick Hodger\n\n"
  41.      "The author in no way offers any guarantees or warranties "
  42.      "with this program.  By continuing this installation, "
  43.      "you agree that the author is in no way responsable "
  44.      "for any damage caused.\n\n"
  45.      "Do you agree to these terms?"
  46. ))
  47.  
  48. ;**************************************************************************************************
  49.  
  50. (complete 5)
  51. (set agree (askbool (prompt #copyright)
  52.       (help #install-docs-help)
  53.       (choices "Yes" "No")
  54.      )
  55. )
  56.  
  57. (if (= agree 0)       (
  58.   (message #not-installed)
  59.   (exit (quiet))
  60. ))
  61.  
  62. ;******************************************** Locale Stuff *****************************************
  63.  
  64. (complete 10)
  65. (set catalog
  66.   (askchoice
  67.     (choices "English (Built-in)" "Deutsch" "Español" "Français" "Italiano" "Norsk" "Português")
  68.     (prompt #select-lang)
  69.     (help   "None here")
  70.   )
  71. )
  72. (set loc-target "LOCALE:Catalogs/")
  73. (set loc-source "locale/")
  74.  
  75. (if (= catalog 1)     (
  76.   (set loc-target (tackon loc-target "Deutsch"))
  77.   (set loc-source (tackon loc-source "Deutsch"))
  78.   (set loc-use 1)
  79. ))
  80.  
  81. (if (= catalog 2)     (
  82.   (set loc-target (tackon loc-target "Español"))
  83.   (set loc-source (tackon loc-source "Español"))
  84.   (set loc-use 1)
  85. ))
  86.  
  87. (if (= catalog 3)     (
  88.   (set loc-target (tackon loc-target "Français"))
  89.   (set loc-source (tackon loc-source "Français"))
  90.   (set loc-use 1)
  91. ))
  92.  
  93. (if (= caralog 4)     (
  94.   (set loc-target (tackon loc-target "Italiano"))
  95.   (set loc-source (tackon loc-source "Italiano"))
  96.   (set loc-use 1)
  97. ))
  98.  
  99. (if (= catalog 5)     (
  100.   (set loc-target (tackon loc-target "Norsk"))
  101.   (set loc-source (tackon loc-source "Norsk"))
  102.   (set loc-use 1)
  103. ))
  104.  
  105. (if (= catalog 6)     (
  106.   (set loc-target (tackon loc-target "Português"))
  107.   (set loc-source (tackon loc-source "Português"))
  108.   (set loc-use 1)
  109. ))
  110.  
  111. (if (= loc-use 1)    (
  112.   (set loc-source (tackon loc-source "SimpleFTP.catalog"))
  113. ;  (if (< (exists (loc-target)) 2) makedir loc-target) )
  114.   (copyfiles (
  115.     (source loc-source)
  116.     (dest   loc-target)
  117.   ))
  118. ))
  119.  
  120. ;*************************************** Select destination ****************************************
  121.  
  122. (complete 20)
  123. (set target1         (askdir
  124.    (help   "No help here matey!")
  125.    (prompt #select-dir)
  126.    (default "Miami:")
  127. ))
  128.  
  129. (set target2 target1)
  130.  
  131. (complete 25)
  132. (complete 50)
  133. (copyfiles (
  134.    (prompt "Select files you want installed")
  135.    (help   "Umm....duh?")
  136.    (source  "")
  137.    (dest    target1)
  138.    (choices "SimpleFTP" "SimpleFTP.info" "SimpleFTP.sites" "Icons")
  139.    (CONFIRM)
  140. ))
  141.  
  142. ;(complete 60)
  143. ;(copyfiles (
  144. ;  (prompt "Select extra icons you want installed")
  145. ;  (help   "Yargh"
  146. ;  (source "icons")
  147. ;  (dest   target2)
  148. ;  (choices "upload.info")
  149. ;  (CONFIRM)
  150. ;))
  151.  
  152. (complete 75)
  153. (set docs (askbool (prompt #install-docs)
  154.       (help #install-docs-help)
  155.       (choices "Yes" "No")
  156.      )
  157. )
  158.  
  159. (complete 85)
  160. (if (= docs 1)          (
  161.    (set target3         (askdir
  162.       (prompt "Select Directory for SimpleFTP.html")
  163.       (help "Directory where SimpleFTP.html will be copied to.")
  164.       (default target1)
  165.    ))
  166.    (copyfiles (
  167.       (prompt  "Select files you wish Installed")
  168.       (help "Documentation.")
  169.       (source  "")
  170.       (dest    target3)
  171.       (choices "SimpleFTP.html" "SimpleFTP.html.info" "README.TXT")
  172.       (CONFIRM)
  173.    ))
  174. ))
  175.  
  176. (complete 100)
  177. (message #goodbye)
  178. (message #my-address)
  179.  
  180. (exit (quiet))
  181.